home *** CD-ROM | disk | FTP | other *** search
- resourcestring
-
- SInvalidInteger = '''%s'' is not a valid integer value';
- SInvalidFloat = '''%s'' is not a valid floating point value';
- SInvalidDate = '''%s'' is not a valid date';
- SInvalidTime = '''%s'' is not a valid time';
- SInvalidDateTime = '''%s'' is not a valid date and time';
- STimeEncodeError = 'Invalid argument to time encode';
- SDateEncodeError = 'Invalid argument to date encode';
- SOutOfMemory = 'Out of memory';
- SInOutError = 'I/O error %d';
- SFileNotFound = 'File not found';
- SInvalidFilename = 'Invalid filename';
- STooManyOpenFiles = 'Too many open files';
- SAccessDenied = 'File access denied';
- SEndOfFile = 'Read beyond end of file';
- SDiskFull = 'Disk full';
- SInvalidInput = 'Invalid numeric input';
- SDivByZero = 'Division by zero';
- SRangeError = 'Range check error';
- SIntOverflow = 'Integer overflow';
- SInvalidOp = 'Invalid floating point operation';
- SZeroDivide = 'Floating point division by zero';
- SOverflow = 'Floating point overflow';
- SUnderflow = 'Floating point underflow';
- SInvalidPointer = 'Invalid pointer operation';
- SInvalidCast = 'Invalid class typecast';
- SAccessViolation = 'Access violation at address %p. %s of address %p';
- SStackOverflow = 'Stack overflow';
- SControlC = 'Control-C hit';
- SPrivilege = 'Privileged instruction';
- SOperationAborted = 'Operation aborted';
- SException = 'Exception %s in module %s at %p.'#$0A'%s%s';
- SExceptTitle = 'Application Error';
- SInvalidFormat = 'Format ''%s'' invalid or incompatible with argument';
- SArgumentMissing = 'No argument for format ''%s''';
- SInvalidVarCast = 'Invalid variant type conversion';
- SInvalidVarOp = 'Invalid variant operation';
- SDispatchError = 'Variant method calls not supported';
- SReadAccess = 'Read';
- SWriteAccess = 'Write';
- SResultTooLong = 'Format result longer than 4096 characters';
- SFormatTooLong = 'Format string too long';
- SVarArrayCreate = 'Error creating variant array';
- SVarNotArray = 'Variant is not an array';
- SVarArrayBounds = 'Variant array index out of bounds';
- SExternalException = 'External exception %x';
- SAssertionFailed = 'Assertion failed';
- SIntfCastError = 'Interface not supported';
- SAssertError = '%s (%s, line %d)';
- SModuleAccessViolation = 'Access violation at address %p in module ''%s''. %s of address %p';
- SCannotReadPackageInfo = 'Cannot access package information for package ''%s''';
- SErrorLoadingPackage = 'Error loading package ''%s.'' Windows error code: %d';
- SInvalidPackageFile = 'Invalid package file ''%s''';
- SInvalidPackageHandle = 'Invalid package handle';
- SDuplicatePackageUnit = 'Cannot load package ''%s.'' It contains unit ''%s,''' +
- ';which is also contained in package ''%s''';
- SWin32Error = 'Win32 Error. Code: %d.'#10'%s';
- SUnkWin32Error = 'A Win32 API function failed';
-
- SShortMonthNameJan = 'Jan';
- SShortMonthNameFeb = 'Feb';
- SShortMonthNameMar = 'Mar';
- SShortMonthNameApr = 'Apr';
- SShortMonthNameMay = 'May';
- SShortMonthNameJun = 'Jun';
- SShortMonthNameJul = 'Jul';
- SShortMonthNameAug = 'Aug';
- SShortMonthNameSep = 'Sep';
- SShortMonthNameOct = 'Oct';
- SShortMonthNameNov = 'Nov';
- SShortMonthNameDec = 'Dec';
-
- SLongMonthNameJan = 'January';
- SLongMonthNameFeb = 'February';
- SLongMonthNameMar = 'March';
- SLongMonthNameApr = 'April';
- SLongMonthNameMay = 'May';
- SLongMonthNameJun = 'June';
- SLongMonthNameJul = 'July';
- SLongMonthNameAug = 'August';
- SLongMonthNameSep = 'September';
- SLongMonthNameOct = 'October';
- SLongMonthNameNov = 'November';
- SLongMonthNameDec = 'December';
-
- SShortDayNameSun = 'Sun';
- SShortDayNameMon = 'Mon';
- SShortDayNameTue = 'Tue';
- SShortDayNameWed = 'Wed';
- SShortDayNameThu = 'Thu';
- SShortDayNameFri = 'Fri';
- SShortDayNameSat = 'Sat';
-
- SLongDayNameSun = 'Sunday';
- SLongDayNameMon = 'Monday';
- SLongDayNameTue = 'Tuesday';
- SLongDayNameWed = 'Wednesday';
- SLongDayNameThu = 'Thursday';
- SLongDayNameFri = 'Friday';
- SLongDayNameSat = 'Saturday';
-
- { SInvalidInteger = 65408;
- SInvalidFloat = 65409;
- SInvalidDate = 65410;
- SInvalidTime = 65411;
- SInvalidDateTime = 65412;
- STimeEncodeError = 65413;
- SDateEncodeError = 65414;
- SOutOfMemory = 65415;
- SInOutError = 65416;
- SFileNotFound = 65417;
- SInvalidFilename = 65418;
- STooManyOpenFiles = 65419;
- SAccessDenied = 65420;
- SEndOfFile = 65421;
- SDiskFull = 65422;
- SInvalidInput = 65423;
- SDivByZero = 65424;
- SRangeError = 65425;
- SIntOverflow = 65426;
- SInvalidOp = 65427;
- SZeroDivide = 65428;
- SOverflow = 65429;
- SUnderflow = 65430;
- SInvalidPointer = 65431;
- SInvalidCast = 65432;
- SAccessViolation = 65433;
- SStackOverflow = 65434;
- SControlC = 65435;
- SPrivilege = 65436;
- SOperationAborted = 65437;
- SException = 65438;
- SExceptTitle = 65439;
- SInvalidFormat = 65440;
- SArgumentMissing = 65441;
- SInvalidVarCast = 65442;
- SInvalidVarOp = 65443;
- SDispatchError = 65444;
- SReadAccess = 65445;
- SWriteAccess = 65446;
- SResultTooLong = 65447;
- SFormatTooLong = 65448;
- SVarArrayCreate = 65449;
- SVarNotArray = 65450;
- SVarArrayBounds = 65451;
- SExternalException = 65452;
- SAssertionFailed = 65453;
- SIntfCastError = 65454;
- SAssertError = 65455;
- SModuleAccessViolation = 65456;
- SCannotReadPackageInfo = 65457;
- SErrorLoadingPackage = 65458;
- SInvalidPackageFile = 65459;
- SInvalidPackageHandle = 65460;
- SDuplicatePackageUnit = 65461;
- SWin32Error = 65462;
- SUnkWin32Error = 65463;
-
- SShortMonthNames = 65472;
- SLongMonthNames = 65488;
- SShortDayNames = 65504;
- SLongDayNames = 65511;}
-